projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc71550
)
(vip-custom-file-name): Use convert-standard-filename.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 19:09:14 +0000
(19:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 1 Sep 1996 19:09:14 +0000
(19:09 +0000)
lisp/emulation/viper.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper.el
b/lisp/emulation/viper.el
index 824e6823a823ee8ca9c3e8eeae09101a22ec43a4..d017e4c7c4f6e96c804b8535fc91d75b13b6cb6a 100644
(file)
--- a/
lisp/emulation/viper.el
+++ b/
lisp/emulation/viper.el
@@
-821,13
+821,8
@@
These buffers can be cycled through via :R and :P commands.")
(defvar vip-always t
"t means, arrange that vi-state will be a default.")
-(defvar vip-custom-file-name (cond (vip-vms-os-p "sys$login:.vip")
- ((memq system-type '(emx ms-dos))
- "/_vip")
- ((memq system-type '(windows-nt windows-95))
- "~/_vip")
- (t ; Unix
- "~/.vip"))
+(defvar vip-custom-file-name
+ (convert-standard-filename "~/.vip")
"Viper customisation file.
This variable must be set _before_ loading Viper.")